HomeSort by relevance Sort by last modified time
    Searched full:look (Results 201 - 225 of 8798) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 17 // Src is the look of disapproval.
28 // Src is the look of disapproval.
  /external/llvm/utils/lit/lit/
ShUtil.py 19 def look(self): member in class:ShLexer
51 c = self.look()
164 if self.look().isspace():
182 def look(self): member in class:ShParser
198 tok = self.look()
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 93 /// Look up a symbol by name. Throws module::noent_error if not
97 /// Look up a section by type. Throws module::noent_error if not
  /external/proguard/src/proguard/classfile/util/
StringReferenceInitializer.java 78 // First look for the class in the program class pool.
81 // Otherwise look for the class in the library class pool.
  /external/qemu/android/avd/
util.h 43 * properly for now is to look at $OUT/system/build.prop:
53 * properly for now is to look at $OUT/system/build.prop:
  /external/qemu/distrib/sdl-1.2.15/
README.Porting 4 The first thing you have to do when porting to a new platform, is look at
15 take a look at the large section labelled:
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiWatcher.java 37 * to take a look at the display and see if there is a recognized condition that can be
40 * An example usage would be to look for dialogs popped due to other background
  /prebuilts/devtools/repository/
sdk-addons-list-1.xsd 53 'directory', in which case the manager will look for a resource
61 In the second example, the manager will actually look for:
  /bootable/recovery/
verifier.h 27 /* Look in the file for a signature footer, and verify that it
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyChainTest.java 32 * to. For more information on the Keymaster HAL, look at the header file at
  /dalvik/tools/dexdeps/
README.txt 14 For zip archives (including .jar and .apk), dexdeps will look for a
  /dalvik/vm/mterp/common/
FindInterface.h 23 * Look up an interface on a class using the cache.
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/ActionBarCompat-BasicSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/samples/android/background/alarms/RepeatingAlarm/RepeatingAlarmSample/
build.gradle 25 'main', // main sample code; look here for the interesting stuff.
  /developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/
build.gradle 27 'main', // main sample code; look here for the interesting stuff.
  /developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/
build.gradle 23 'main', // main sample code; look here for the interesting stuff.
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 64 // If we made this class Parcelable, the code would look like...
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 25 * Activity to handle the invite-intent. In a real app, this would look up the user on the network
  /development/samples/Support4Demos/res/values/
styles.xml 20 been defined. Look at values-11/styles.xml for a variation that is
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 46 strategy. Let's look at rule application first.
50 to the next node. In other words, we only look for a single rule
79 down, we'll look for @r vmult patterns. On the way up,
80 we'll look for @r mult0 patterns.

Completed in 2224 milliseconds

1 2 3 4 5 6 7 891011>>