HomeSort by relevance Sort by last modified time
    Searched full:bare (Results 1 - 25 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/actions-bare/src/
bare.gyp 8 'target_name': 'bare',
14 'bare.py',
19 'action': ['python', 'bare.py', '<(PRODUCT_DIR)/out.txt'],
bare.py 10 f.write('Hello from bare.py\n')
  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
27 test.SHARED_LIB, bare=True)
29 test.SHARED_LIB, bare=True)
30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
34 test.STATIC_LIB, bare=True)
36 test.STATIC_LIB, bare=True)
37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True
    [all...]
  /external/llvm/test/Assembler/
comment.ll 2 ; RUN: llvm-as < %s | llvm-dis | FileCheck -check-prefix=BARE %s
4 ; The bare version of this file should not have any #uses lines.
5 ; BARE: @B =
6 ; BARE-NOT: #uses
7 ; BARE: }
  /external/chromium_org/tools/gyp/test/actions-bare/
gyptest-bare.py 15 test.run_gyp('bare.gyp', chdir='src')
17 test.build('bare.gyp', chdir='relocate/src')
19 file_content = 'Hello from bare.py\n'
  /external/smack/src/org/jivesoftware/smack/filter/
FromMatchesFilter.java 28 * address is a bare JID then the filter will match any address whose bare JID matches the
38 * Flag that indicates if the checking will be done against bare JID addresses or full JIDs.
43 * Creates a "from" filter using the "from" field part. If the specified address is a bare JID
44 * then the filter will match any address whose bare JID matches the specified JID. But if the
48 * @param address the from field value the packet must match. Could be a full or bare JID.
63 // Check if the bare JID of the sender of the packet matches the specified JID
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 22 #bare = set()
26 #bare.add(module)
27 #bare.add(old_attr)
39 #yield """bare_name=%s""" % alternates(bare)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 22 #bare = set()
26 #bare.add(module)
27 #bare.add(old_attr)
39 #yield """bare_name=%s""" % alternates(bare)
  /external/chromium_org/tools/gyp/test/target/
gyptest-target.py 23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 75 .bare-minimum #footer {
79 .bare-minimum .disclosure-triangle {
83 .bare-minimum .footer-menu-button:hover,
84 .bare-minimum .footer-menu-button[menu-shown],
85 .bare-minimum #chrome-web-store-link:hover {
89 .bare-minimum .footer-menu-button:hover .disclosure-triangle,
90 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_basic.h 11 // Bare bones implementation just checks if a new version is ready.
  /external/chromium_org/tools/gyp/test/exclusion/
gyptest-exclusion.py 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
  /external/chromium_org/jingle/notifier/listener/
notification_defines.h 21 // A sender, which could be a domain or a bare JID, from which we
37 // The bare jid of the recipient.
  /external/chromium_org/tools/gyp/test/mac/xcode-env-order/
test.gyp 28 'destination': '<(PRODUCT_DIR)/$PRODUCT_NAME-copy-bare',
56 'action_name': 'Action copy bare $PRODUCT_NAME $FOO',
57 'description': 'Action copy bare $PRODUCT_NAME $FOO',
61 'outputs': [ '<(PRODUCT_DIR)/action-copy-bare.txt' ],
63 '<(PRODUCT_DIR)/action-copy-bare.txt' ],
111 # 'message': 'Rule copy bare $PRODUCT_NAME $FOO',
114 # 'outputs': [ '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
116 # '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
  /external/libvpx/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageHeader.java 36 * Bare JID of the user that was offline when the message was sent.
58 * Returns the bare JID of the user that was offline when the message was sent.
60 * @return the bare JID of the user that was offline when the message was sent.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
bare_object_walker.js 7 * This is a bare class that tries to limit dependencies. It should only be used
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
download_deps 8 # download_deps - download Skia's dependencies for a bare Linux system
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-env-order.py 29 test.built_file_must_exist('Test-copy-bare/main.c', chdir=CHDIR)
34 test.built_file_must_exist('action-copy-bare.txt', chdir=CHDIR)
40 #test.built_file_must_exist('rule-copy-bare.txt', chdir=CHDIR)
72 # NOTE: For bare variables, $PRODUCT_TYPE is not replaced! It _is_ replaced
  /external/skia/platform_tools/barelinux/bin/
download_deps 8 # download_deps - download Skia's dependencies for a bare Linux system
  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 22 * @param bareJid The bare JID of the RosterEntry
46 * @param bareJid The bare JID of the entry to be removed
  /external/chromium_org/tools/checkperms/
checkperms.py 397 def get_scm(dir_path, bare):
402 if not bare:
404 return ApiGit(dir_path or root, bare)
407 if not bare:
409 return ApiBase(dir_path or cwd, bare)
429 '--bare',
432 help='Prints the bare filename triggering the checks')
450 # --file implies --bare (for PRESUBMIT.py).
451 options.bare = True
455 api = get_scm(options.root, options.bare)
    [all...]
  /external/llvm/test/CodeGen/ARM/
none-macho.ll 5 ; Bare-metal should probably "declare" segments just like normal MachO
39 ; Bare-metal MachO gets compiled on top of normal MachO toolchain which
91 ; Even bare-metal PIC needs GOT-like behaviour, in principle. Depends a bit on

Completed in 3049 milliseconds

1 2 3 4 5 6 7 8 91011>>