/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/ |
JniLibName.java | 17 package com.android.inputmethod.latin.define;
|
ProductionFlag.java | 17 package com.android.inputmethod.latin.define;
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/latin/define/ |
JniLibName.java | 17 package com.android.inputmethod.latin.define;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElement.cpp | 92 void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition) function in class:WebCore::CustomElement
|
/libcore/luni/src/test/java/tests/java/security/ |
SecureClassLoaderTest.java | 194 // Class klass = ldr.define(null, klassData, 0, klassData.length, null); 204 // Class klass = ldr.define(null, bbuf, null); 222 public Class define(String name, byte[] bytes) { method in class:SecureClassLoaderTest.MyClassLoader 227 public Class define(String name, ByteBuffer b, CodeSource cs) { method in class:SecureClassLoaderTest.MyClassLoader 231 public Class define(String name, byte[] b, int off, int len, method in class:SecureClassLoaderTest.MyClassLoader
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
SecureClassLoader2Test.java | 47 public Class define(String name, byte[] bytes) { method in class:SecureClassLoader2Test.MyClassLoader 67 Class c = myloader.define("packA.SecurityTest", bytes);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 21 ANTLR3::CompileTask.define( 41 def self.define( *grammar_files ) singleton method in class:ANTLR3.CompileTask 44 lib.define 93 def define method in class:ANTLR3.CompileTask
|
template.rb | 145 Context.define( self, name, parameters ) do | tclass | 228 def define( group, name, parameters ) method in class:Context
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
debug.h | 20 #define GCC_DEBUG_H 39 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
cpplib.h | 25 #define LIBCPP_CPPLIB_H 55 #define TTYPE_TABLE \ 141 #define OP(e, s) CPP_ ## e, 142 #define TK(e, s) CPP_ ## e, 169 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 170 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 171 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 172 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 173 #define NAMED_OP (1 << 4) /* C++ named operators. */ 174 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. * 484 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *); member in struct:cpp_callbacks [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
debug.h | 20 #define GCC_DEBUG_H 39 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
cpplib.h | 25 #define LIBCPP_CPPLIB_H 55 #define TTYPE_TABLE \ 141 #define OP(e, s) CPP_ ## e, 142 #define TK(e, s) CPP_ ## e, 169 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 170 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 171 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 172 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 173 #define NAMED_OP (1 << 4) /* C++ named operators. */ 174 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. * 484 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *); member in struct:cpp_callbacks [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
debug.h | 20 #define GCC_DEBUG_H 39 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
cpplib.h | 25 #define LIBCPP_CPPLIB_H 55 #define TTYPE_TABLE \ 141 #define OP(e, s) CPP_ ## e, 142 #define TK(e, s) CPP_ ## e, 169 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 170 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 171 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 172 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 173 #define NAMED_OP (1 << 4) /* C++ named operators. */ 174 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. * 484 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *); member in struct:cpp_callbacks [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
debug.h | 20 #define GCC_DEBUG_H 39 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
|
cpplib.h | 25 #define LIBCPP_CPPLIB_H 55 #define TTYPE_TABLE \ 141 #define OP(e, s) CPP_ ## e, 142 #define TK(e, s) CPP_ ## e, 169 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 170 #define DIGRAPH (1 << 1) /* If it was a digraph. */ 171 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */ 172 #define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator. */ 173 #define NAMED_OP (1 << 4) /* C++ named operators. */ 174 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. * 484 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *); member in struct:cpp_callbacks [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassLoaderTest.java | 45 Class<?> a = new Ldr().define(); 160 assertEquals("Both threads tried to define class", 1, cl.numFindClassCalled); 260 public Class<?> define() throws Exception { method in class:Ldr
|
/external/chromium_org/third_party/libxml/src/ |
gentest.py | 417 define = 0 420 define = 1 422 #define gen_nb_%s 1 429 if define == 1: 480 if line[0:15] == "#define gen_nb_": 547 define = 0 variable 566 define = 1 variable 567 test.write("#define gen_nb_%s %d\n" % (name, len(vals))) 584 if define == 0 and modules_defines.has_key(module): 586 define = variable 744 define = 0 variable 747 define = 1 variable [all...] |
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 190 std::string define = getARCMTMacroName(); local 191 define += '='; 192 CInvok->getPreprocessorOpts().addMacroDef(define);
|
/external/mksh/src/ |
exec.c | 29 #define MKSH_DEFAULT_EXECSHELL "/bin/sh" 436 rv = define(t->str, t); 972 * define function. Returns 1 if function is being undefined (t == 0) and 976 define(const char *name, struct op *t) function [all...] |
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | 30 * @define {boolean} Overridden to true by the compiler when --closure_pass 53 * A hook for overriding the define values in uncompiled mode. 56 * base.js. If a key is defined in {@code CLOSURE_DEFINES}, {@code goog.define} 59 * compiler's "define" flag). 122 goog.define = function(name, defaultValue) { 135 * @define {boolean} DEBUG is provided as a convenience so that debugging code 137 * by specifying --define goog.DEBUG=false to the JSCompiler. For example, most 146 * @define {string} LOCALE defines the locale being used for compilation. It is 148 * can specify this value by "--define goog.LOCALE=<locale_name>" as JSCompiler 164 goog.define('goog.LOCALE', 'en'); // default to e [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxKbExplorerScript.js | 1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c=c[d]?c[d]:c[d]={}:c[d]=b};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.provide=function(a){goog.exportPath_(a)};
|
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 1196 bool define = UseMacro(proto); local 1306 bool define = UseMacro(proto); local 1597 bool define = UseMacro(proto); local 1735 bool define = UseMacro(proto) && kind != OpUnavailable; local [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |