HomeSort by relevance Sort by last modified time
    Searched full:want (Results 126 - 150 of 15893) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 249 want = '1BRW' variable in class:single_class_browser
253 want = 'TXTD' variable in class:_Prop_inherits
259 want = '1HIR' variable in class:single_class_hierarchy
265 want = 'BROW' variable in class:class_browser
271 want = 'COMP' variable in class:file_compare_document
277 want = 'CTLG' variable in class:catalog_document
283 want = 'EDIT' variable in class:editor_document
289 want = 'HIER' variable in class:class_hierarchy
295 want = 'INSP' variable in class:project_inspector
301 want = 'MSSG variable in class:message_document
307 want = 'PRGS' variable in class:build_progress_document
313 want = 'PRJD' variable in class:project_document
317 want = 'TRGT' variable in class:_Prop_current_target
324 want = 'SBTG' variable in class:subtarget
328 want = 'bool' variable in class:_Prop_link_against_output
332 want = 'TRGT' variable in class:_Prop_target
338 want = 'SRCF' variable in class:target_file
342 want = 'long' variable in class:_Prop_code_size
346 want = 'ldt ' variable in class:_Prop_compiled_date
350 want = 'long' variable in class:_Prop_data_size
354 want = 'bool' variable in class:_Prop_debug
358 want = 'list' variable in class:_Prop_dependents
362 want = 'long' variable in class:_Prop_id
366 want = 'bool' variable in class:_Prop_init_before
370 want = 'long' variable in class:_Prop_link_index
374 want = 'bool' variable in class:_Prop_linked
378 want = 'fss ' variable in class:_Prop_location
382 want = 'bool' variable in class:_Prop_merge_output
386 want = 'ldt ' variable in class:_Prop_modified_date
390 want = 'itxt' variable in class:_Prop_path
394 want = 'list' variable in class:_Prop_prerequisites
398 want = 'FTYP' variable in class:_Prop_type
402 want = 'bool' variable in class:_Prop_weak_link
408 want = 'SYMB' variable in class:symbol_browser
414 want = 'TOOL' variable in class:ToolServer_worksheet
420 want = 'TRGT' variable in class:target
424 want = 'itxt' variable in class:_Prop_name
428 want = 'PRJD' variable in class:_Prop_project_document
436 want = 'TXTD' variable in class:text_document
440 want = 'bool' variable in class:_Prop_modified
444 want = 'csel' variable in class:_Prop_selection
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 72 elif hasattr(key, 'want'):
73 keystr = key.want
122 return AE.AECreateDesc('type', x.want)
127 if hasattr(x, 'want'):
128 return AE.AECreateDesc('TEXT', x.want)
325 want = dict['want'].type
330 if want == 'text': return aetypes.Text(seld, fr)
331 if want == 'cha ': return aetypes.Character(seld, fr)
332 if want == 'cwor': return aetypes.Word(seld, fr
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
page_actions.json 16 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to enable (and must match a page action id declared in the manifest)."},
22 "tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to enable the page action."},
23 "url": {"type": "string", "description": "The URL of the page you want the page action to apply to. If the URL specified does not match the currently navigated URL (user has navigated to another page) then no action is taken."},
36 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to disable (and must match a page action id declared in the manifest)."},
42 "tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to disable the page action."},
43 "url": {"type": "string", "description": "The URL of the page you want the page action to not apply to. If the URL specified does not match the currently navigated URL (user has navigated to another page) then no action is taken."}
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TranslucentGLSurfaceViewActivity.java 37 // We want an 8888 pixel format because that's required for
39 // And we want a depth buffer.
41 // Tell the cube renderer that we want to render a translucent version
  /device/generic/goldfish/
init.goldfish.sh 8 # want the RIL (radio interface layer) to talk to
13 # - When we want the RIL to talk directly to a guest
17 # - We don't want to use the RIL but the VM-based
  /external/antlr/antlr-3.4/
antlrjar.xml 46 above modules need, which do we want and which do we not.
47 Currently we want all the dependencies in the Tool jar.
76 What do we want to include in the jar from each project
  /external/chromium/chrome/browser/
shell_integration_mac.mm 17 // We really do want the main bundle here, not base::mac::MainAppBundle(),
43 // protocols; we don't want to report "no" here if the user has simply chosen
46 // As above, we want to use the real main bundle.
  /external/chromium_org/chrome/browser/extensions/api/
api_function.h 30 // superclass that multiple API functions want to share.
62 // If you don't want your Work() method to happen on the IO thread, then set
63 // this to the thread that you do want, preferably in Prepare().
  /external/libpng/projects/visualc71/
README_zlib.txt 19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
  /frameworks/base/include/androidfw/
ZipUtils.h 42 * Someday we might want to make this generic and handle bzip2 ".bz2"
46 * one always-compressed entry, but we currently want to treat Zip
51 * want to gzseek to the end).
  /build/core/
proguard_tests.flags 4 # But we may want to obfuscate if the main app gets obfuscated.
  /developers/samples/android/
.gitignore 20 # Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
  /development/samples/ApiDemos/res/values/
attrs.xml 18 <!-- These are the attributes that we want to retrieve from the theme
24 <!-- These are the attributes that we want to retrieve from the theme
36 <!-- These are the attributes that we want to retrieve for
61 <!-- These are the attributes that we want to retrieve for
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
  /development/samples/ContactManager/
_index.html 6 <p>In most cases, you will want to ask the existing Contacts activity to handle these tasks for you,
  /development/samples/training/notify-user/res/values/
styles.xml 13 <!-- If you want a slightly different color for some text,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 34 * Errors from the lexer are never passed to the parser. Either you want
36 * want to continue lexing then you do not want to continue parsing. Just
38 * toss you all the way out of the recognizers. If you want to continue
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenSource.java 34 * Errors from the lexer are never passed to the parser. Either you want
36 * want to continue lexing then you do not want to continue parsing. Just
38 * toss you all the way out of the recognizers. If you want to continue
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentSigner.java 13 * a signature. Use org.bouncycastle.util.io.TeeOutputStream if you want to accumulate
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
delete_bookmarks.applescript 8 -- Change the folder to whichever you want.
open_tabs_from_bookmark_folder.applescript 7 -- Change the folder to whichever you want.
  /external/chromium/chrome/common/
googleurl_dummy.cc 8 // process types. For some processes, we don't want to link against googleurl.
  /external/chromium_org/base/test/
perf_time_logger.cc 21 // intuitive than microseconds and we want more precision than
  /external/chromium_org/build/internal/
release_impl.gypi 12 # We still want the false setting above to avoid having
  /external/chromium_org/cc/layers/
content_layer_client.h 26 // If the client paints LCD text, it may want to invalidate the layer.

Completed in 1012 milliseconds

1 2 3 4 56 7 8 91011>>