/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosti_dspdecl.h | 60 ALLHEAPS = 0x100, /* Get aggregate mem-stat info combining all heaps. */ 62 NUMHEAPS /* Get number BIOS MEM segments with Heaps */
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
AlarmPreference.java | 28 * The RingtonePreference does not have a way to get/set the current ringtone so 29 * we override onSaveRingtone and onRestoreRingtone to get the same behavior.
|
/packages/apps/Camera/src/com/android/camera/ |
PreferenceGroup.java | 44 public CameraPreference get(int index) { method in class:PreferenceGroup 45 return list.get(index);
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
Group.java | 61 buf.append(mailboxList.get(i).toString());
71 results.add(mailboxList.get(i));
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PathBarLayer.java | 55 final Component component = mComponents.get(i); 84 Component retVal = components.get(lastIndex); 96 Component retVal = components.get(lastIndex); 164 Component component = mComponents.get(i); 186 Component component = mComponents.get(i); 205 Component component = mComponents.get(i); 254 final Component component = mComponents.get(i); 292 Component component = mComponents.get(i);
|
/packages/apps/IM/src/com/android/im/ |
IChatSessionManager.aidl | 36 * Get the ChatSession that is associated with the specified contact or group. 45 * Get a list of all active ChatSessions.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleTest.java | 37 * Register for the packets we expect to get from the client. 80 data.get(copy);
|
HandleWait.java | 38 * Register for the packets we expect to get from the client. 78 reason = data.get();
|
/sdk/eclipse/ |
README_WINDOWS.txt | 18 Note: if you get an error when building the javadoc, make sure you use a Java SDK 1.5 19 Note: if you get an error when building layoutlib, make sure you use a Java SDK 1.5.0-b13.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
FrameworkResourceRepository.java | 53 List<ResourceItem> items = mResourcesMap.get(type); 65 List<ResourceItem> items = mResourcesMap.get(type);
|
/system/core/nexus/ |
InterfaceConfig.h | 51 const char *get(const char *name, char *buffer, size_t maxsize); 75 int get(int idx, struct in_addr *buffer);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
SwitchList.java | 77 return values.get(n); 88 return targets.get(n); 98 return targets.get(size); 172 int defaultTarget = targets.get(sz); 176 int target = targets.get(i); 180 values.set(at, values.get(i));
|
/dalvik/dx/src/com/android/dx/dex/code/ |
ArrayData.java | 121 Constant cst = values.get(i); 128 Constant cst = values.get(i); 135 Constant cst = values.get(i); 142 Constant cst = values.get(i); 173 sb.append(values.get(i).toHuman()); 193 sb.append(values.get(i).toHuman());
|
CatchHandlerList.java | 48 public Entry get(int n) { method in class:CatchHandlerList 58 * Get the human form of this instance, prefixed on each line 75 Entry entry = get(i); 110 Entry last = get(size - 1); 147 Entry thisEntry = get(i); 148 Entry otherEntry = other.get(i);
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Future.java | 14 * <tt>get</tt> when the computation has completed, blocking if 41 * displayText(future.get()); // use future 61 * actions following the corresponding {@code Future.get()} in another thread. 67 * @param <V> The result type returned by this Future's <tt>get</tt> method 124 V get() throws InterruptedException, ExecutionException; method in interface:Future 140 V get(long timeout, TimeUnit unit) method in interface:Future
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 36 * Get the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>. 44 * Get the current position, which is one less than 86 * Get the length of the list. 102 * Get a cloned Iterator that is reset to the start of the iteration. 111 * Get a clone of this iterator. Be aware that this operation may be 122 * Get the index of the last node in this list.
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
FieldCollection.java | 28 public Field_info get (final int offset) method in class:FieldCollection 30 return (Field_info) m_fields.get (offset); 33 public int [] get (final ClassDef cls, final String name) method in class:FieldCollection 44 final Field_info field = (Field_info) m_fields.get (f); 74 _clone.m_fields.add (((Field_info) m_fields.get (f)).clone ()); 94 get (i).writeInClassFormat (out);
|
MethodCollection.java | 28 public Method_info get (final int offset) method in class:MethodCollection 30 return (Method_info) m_methods.get (offset); 33 public int [] get (final ClassDef cls, final String name) method in class:MethodCollection 44 final Method_info method = (Method_info) m_methods.get (m); 74 _clone.m_methods.add (((Method_info) m_methods.get (m)).clone ()); 94 get (i).writeInClassFormat (out);
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
InnerClassesAttribute_info.java | 37 final InnerClass_info info = get (i); 59 public final InnerClass_info get (final int offset) method in class:InnerClassesAttribute_info 61 return (InnerClass_info) m_classes.get (offset); 90 s.append (" " + get (l)); 113 _clone.m_classes.add (((InnerClass_info) classes.get (e)).clone ()); 132 ((InnerClass_info) classes.get (l)).writeInClassFormat (out);
|
/external/kernel-headers/original/linux/ |
moduleparam.h | 40 param_get_fn get; member in struct:kernel_param 56 param_get_fn get; member in struct:kparam_array 65 #define __module_param_call(prefix, name, set, get, arg, perm) \ 70 = { __param_str_##name, perm, set, get, arg } 72 #define module_param_call(name, set, get, arg, perm) \ 73 __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/external/libpng/ |
pnggccrd.c | 27 "popq %%rax \n\t" // get Eflag from stack into rax 33 "popq %%rax \n\t" // get Eflag from stack 41 "popl %%eax \n\t" // get Eflag from stack into eax 47 "popl %%eax \n\t" // get Eflag from stack 56 "cpuid \n\t" // get the CPU identification info 63 "cpuid \n\t" // get the CPU identification info again
|
/external/proguard/src/proguard/obfuscate/ |
MemberNameConflictFixer.java | 32 * delegating to the given obfuscator in order to get a new name if necessary. 108 // Get the member's name and descriptor. 120 // Get the name map. 123 // Get the member's new name. 126 // Get the expected old name for this new name. 127 String previousName = (String)nameMap.get(newName);
|
/external/skia/include/core/ |
SkTemplates.h | 67 T* get() const { return fObj; } function in class:SkAutoTDelete 80 T* get() const { return fArray; } function in class:SkAutoTDeleteArray 108 T* get() const { return fArray; } function in class:SkAutoTArray 157 T* get() const { return fArray; } function in class:SkAutoSTArray 186 T* get() const { return fPtr; } function in class:SkAutoTMalloc 206 T* get() const { return fPtr; } function in class:SkAutoSTMalloc
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalObject.cpp | 134 d()->globalScopeChain = ScopeChain(this, d()->globalData.get(), this, thisValue); 212 d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFunction, &applyFunction); 215 d()->objectPrototype = new (exec) ObjectPrototype(exec, ObjectPrototype::createStructure(jsNull()), d()->prototypeFunctionStructure.get()); 233 d()->booleanPrototype = new (exec) BooleanPrototype(exec, BooleanPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); 236 d()->numberPrototype = new (exec) NumberPrototype(exec, NumberPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); 242 d()->regExpPrototype = new (exec) RegExpPrototype(exec, RegExpPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); 247 ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, ErrorPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); 261 JSCell* objectConstructor = new (exec) ObjectConstructor(exec, ObjectConstructor::createStructure(d()->functionPrototype), d()->objectPrototype, d()->prototypeFunctionStructure.get()); 263 JSCell* arrayConstructor = new (exec) ArrayConstructor(exec, ArrayConstructor::createStructure(d()->functionPrototype), d()->arrayPrototype, d()->prototypeFunctionStructure.get()); 264 JSCell* stringConstructor = new (exec) StringConstructor(exec, StringConstructor::createStructure(d()->functionPrototype), d()->prototypeFunctionStructure.get(), d()->stringPrototype) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/ |
8.6.2.1-1.js | 24 ECMA Section: 8.6.2.1 Get (Value) 27 When the [[Get]] method of O is called with property name P, the following 31 2. Get the value of the property. 34 5. Call the [[Get]] method of [[Prototype]] with property name P. 37 This tests [[Get]] (Value). 47 writeHeaderToLog( SECTION + " [[Get]] (Value)");
|