HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 851 - 875 of 7209) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/mapi/shared-glapi/
Makefile.am 10 libglapi_la_LDFLAGS = -no-undefined
  /external/ppp/pppd/plugins/radius/
options.h 23 #define ST_UNDEF (1<<0) /* option is undefined */
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 71 * Creates a new IntegerValue with an undefined value.
88 * Creates a new LongValue with an undefined value.
105 * Creates a new FloatValue with an undefined value.
122 * Creates a new DoubleValue with an undefined value.
  /external/skia/include/utils/
SkThreadPool.h 35 * Block until all added SkRunnables have completed. Once called, calling add() is undefined.
  /external/skia/src/utils/
SkMD5.h 32 /** Processes input, adding it to the digest. Calling this after finish is undefined. */
SkSHA1.h 32 /** Processes input, adding it to the digest. Calling this after finish is undefined. */
  /external/v8/test/message/
overwritten-builtins.js 31 undefined.x
  /external/v8/test/mjsunit/
array-constructor.js 38 assertEquals('undefined', typeof a[k]);
39 assertEquals('undefined', typeof b[k]);
51 assertEquals('undefined', typeof a[k]);
52 assertEquals('undefined', typeof b[k]);
const-declaration.js 37 assertEquals(undefined, g());
56 assertEquals(undefined, g());
73 assertEquals(undefined, g("x = 42;"));
92 assertEquals(undefined, g("x = 42;"));
strict-mode-implicit-receiver.js 97 // Check calls to eval within a function with 'undefined' as receiver.
166 outer_eval_conversion3(strict_return_this, 'undefined');
168 outer_eval_conversion3(strict_eval, 'undefined');
171 outer_eval_conversion3(eval, 'undefined');
  /external/v8/test/mjsunit/harmony/
proxies-for.js 69 default: return undefined;
106 return k == "0" || k == "a" ? {} : undefined
114 return k == "null" || k == "a" ? {} : undefined
126 default: return undefined;
proxies-function.js 34 if (handler.fix === undefined) handler.fix = function() { return {} }
44 get : function(r, n) { return n == "length" ? 2 : undefined }
57 // assertSame(isStrict ? undefined : global_object, receiver)
71 // assertSame(isStrict ? undefined : global_object, receiver)
88 assertEquals(42, f.call(undefined, 33, 9))
89 assertSame(isStrict ? undefined : global_object, receiver)
195 assertSame(isStrict ? undefined : global_object, receiver)
331 return undefined;
370 assertEquals(undefined, receiver)
376 assertEquals(undefined, receiver
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1039610.js 29 assertTrue(typeof(Debug) === 'undefined')
  /external/valgrind/main/none/tests/ppc32/
mftocrf.c 53 but the remaining returned bits are undefined. It seems like on
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 125 // Rejects undefined key actions.
131 << "Should reject key events with undefined action.";
152 // Rejects undefined motion actions.
159 << "Should reject motion events with undefined action.";
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 36 UND, /* override by symbol undefined symbol. */
37 WEAK, /* override by symbol weak undefined. */
44 DUND, /* override dynamic defined symbol by undefined one. */
45 DUNDW, /* oevrride dynamic defined symbol by weak undefined one. */
  /libcore/luni/src/main/java/java/lang/
InternalError.java 21 * Thrown when the VM notices that it has gotten into an undefined state.
  /libcore/luni/src/main/native/
readlink.h 21 * failure, returns true on success. The contents of 'result' on failure are undefined. Possible
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/
integer_seq.fail.cpp 20 // This test is a conforming extension. The extension turns undefined behavior
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPresenceIconUtil.java 43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java 43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 46 /* cpu exception frame or undefined in case of fast syscall. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 46 /* cpu exception frame or undefined in case of fast syscall. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 46 /* cpu exception frame or undefined in case of fast syscall. */
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h 67 /* This header is included by target w/o using EMUGL_LIBNAME(). Don't #error, leave it undefined */

Completed in 579 milliseconds

<<31323334353637383940>>