HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 476 - 500 of 4773) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/test/
mock_keyboard.h 23 // A pseudo keyboard device consists of two parts: a platform-independent part
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 22 // means we can easily edit the non-auto generated parts right here in this
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 75 // Returns parts of the absolute path for the given relative path
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 50 // Scrollbar parts needs to be rendered at device pixel boundaries.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 49 var parts = cookies[i].split("=");
51 if ($.trim(parts[0]) === cookie_name && parts[1]) {
52 sort_list = eval("[[" + parts[1] + "]]");
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.h 17 // simplifies adding new threading tests for different parts
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
textchatreceivetask.h 56 // interesting parts and send them to the SignalTextCharReceived() slot.
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.h 55 * Leaves are, roughly speaking, the parts of the uniform that the application
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 61 (len(message.parts) == 1 and
62 type(message.parts[0] == tclib.Placeholder)))
76 parts = message.GetContent()
77 for part in parts:
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 54 parts = name.rsplit('#', 1)
55 parts[0] = '%s_%s' % (parts[0], suffix)
56 return '#'.join(parts)
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 64 // |mask_image| is used to determine what parts of the canvas to draw on.
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.h 32 // A list of parts that the user may supply images for.
  /external/chromium_org/ui/webui/resources/js/
cr.js 28 var parts = name.split('.');
31 for (var part; parts.length && (part = parts.shift());) {
32 if (!parts.length && opt_object !== undefined) {
  /external/chromium_org/v8/src/
hydrogen-osr.h 38 // Responsible for building graph parts related to OSR and otherwise
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 51 // Release mode will crash here when trying to visit parts of E as pointers.
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 35 parts = []
40 parts.append('"%s"' % part)
42 parts.append(part)
43 return " ".join(parts)
  /external/clang/test/CodeGenObjC/
debug-info-block-captured-self.m 6 // This test is split into two parts, this one for the frontend, and
  /external/compiler-rt/
README.android 9 * merge conflicts with upstream on those parts.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_itanium.cc 11 // Itanium C++ ABI-specific implementation of symbolizer parts.
sanitizer_symbolizer_linux.cc 12 // Linux-specific implementation of symbolizer parts.
sanitizer_symbolizer_mac.cc 12 // Mac-specific implementation of symbolizer parts.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
customAssembly.xml 14 <!-- Called after each invocation of the gather.bin.parts target on the -->
24 <target name="gather.bin.parts">
28 <!-- Called after invoking the gather.bin.parts targets for all plugins -->
31 <target name="post.gather.bin.parts">
  /external/icu4c/test/threadtest/
threadtest.h 17 // simplifies adding new threading tests for different parts
  /external/kernel-headers/original/asm-x86/
genapic_32.h 9 * An straight forward mapping of the APIC related parts of the
  /external/llvm/lib/Support/
Signals.cpp 28 // Include the platform-specific parts of this class.

Completed in 974 milliseconds

<<11121314151617181920>>