HomeSort by relevance Sort by last modified time
    Searched refs:named (Results 1 - 25 of 60) sorted by null

1 2 3

  /hardware/msm7k/
Android.mk 23 include $(call all-named-subdir-makefiles,$(msm7k_dirs))
26 include $(call all-named-subdir-makefiles,$(qsd8k_dirs))
29 include $(call all-named-subdir-makefiles,$(msm7x30_dirs))
  /packages/apps/Camera/tests/src/com/android/camera/
UnitTests.java 33 .named("Camera Unit Tests")
  /packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java 33 .named("Camera Unit Tests")
  /external/v8/test/mjsunit/
enumeration-order.js 44 // Validate the enumeration order for object up to 100 named properties.
57 // Validate the enumeration order for object literals up to 100 named
62 // named properties in insertion order, followed by indexed properties
63 // of the prototype object in numerical order, followed by named
98 '-23', '300000000000', 'f', 'g', '-4', // named from 'o'
100 'd', 'e', // named from 'proto1'
102 'a', 'b', 'c', '4294967296']; // named from 'proto2'
debug-script-breakpoints.js 32 // Set and remove a script break point for a named script.
41 // Set three script break points for named scripts.
arguments-read-and-assignment.js 157 "in a catch in a named function captured a in with ");
mirror-object.js 65 assertFalse(mirror.hasNamedInterceptor(), 'No named interceptor expected');
102 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
mirror-array.js 82 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 17 # Note: the module is named foo-prebuilt, but the library is libfool.so !
  /external/v8/test/mjsunit/compiler/
assignment.js 93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables.
function-call.js 38 // Call on a named property.
  /bootable/recovery/updater/
Android.mk 34 # named "Register_<libname>()". Here we emit a little C function that
  /external/skia/src/animator/
SkAnimatorScript2.cpp 194 SkDisplayable* named = displayable->contains(name); local
195 if (named) {
197 ref->fOperand.fObject = named;
SkAnimatorScript.cpp 285 SkDisplayable* named = displayable->contains(name); local
286 if (named) {
287 value->fOperand.fDisplayable = named;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h     [all...]
output.h 222 /* Assemble a label named NAME. */
423 /* This SECTION_STYLE is used for named sections that we can switch
528 /* Information about a section, which may be named or unnamed. */
532 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h     [all...]
output.h 222 /* Assemble a label named NAME. */
423 /* This SECTION_STYLE is used for named sections that we can switch
528 /* Information about a section, which may be named or unnamed. */
532 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 167 public TestSuiteBuilder named(String newSuiteName) { method in class:TestSuiteBuilder
215 * probably also want to call {@link #named(String)} to override the default suite name.
  /ndk/build/core/
build-local.mk 105 # Fake an application named 'local'
add-application.mk 20 # variable named '_application_mk' which points to a given Application.mk
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure     [all...]
  /external/v8/test/cctest/
test-debug.cc 3437 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(); local
3670 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(); local
3707 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(); local
6119 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(); local
    [all...]
  /external/v8/src/
mirror-debugger.js 167 PropertyKind.Named = 1;
612 * @param {number} kind Indicate whether named, indexed or both kinds of
620 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
626 // Find all the named properties.
627 if (kind & PropertyKind.Named) {
632 // Get names for named interceptor properties if any.
633 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
664 // Copy names for named properties.
665 if (kind & PropertyKind.Named) {
684 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 441 &[mn]dash; | # named dash entities
469 &[mn]dash; | # named dash entities

Completed in 368 milliseconds

1 2 3