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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Tools/MiniBrowser/qt/
utils.cpp 50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip)
60 list.append(key.remove(strip));
  /external/webkit/Tools/QtTestBrowser/
utils.cpp 50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip)
60 list.append(key.remove(strip));
  /frameworks/compile/slang/
RSSpec.mk 23 -gen-$(strip $(1)) \
27 ifneq ($(strip $(TBLGEN_TABLES)),)
  /hardware/ti/omap4xxx/domx/make/
start.mk 99 STRIP := $(CROSS)strip
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 64 if (g->strip != NULL)
65 free((char *)g->strip);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsNonEnglish.java 62 assertTrue("type word then type space should display punctuation strip",
66 assertEquals("type word then type space then punctuation from strip twice for French",
  /system/core/fastboot/
Android.mk 38 ifneq ($(strip $(USE_CYGWIN)),)
43 ifneq ($(strip $(USE_MINGW)),)
  /build/core/combo/
TARGET_linux-arm.mk 33 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
37 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
44 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
51 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)
61 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip$(HOST_EXECUTABLE_SUFFIX)
63 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@
65 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@ && \
174 ifneq ($(strip $(BUILD_FDO_INSTRUMENT)),)
182 ifeq ($(strip $(TARGET_FDO_PROFILE_PATH)),)
185 ifeq ($(strip $(wildcard $(TARGET_FDO_PROFILE_PATH))),
    [all...]
  /external/elfutils/
NEWS 29 strip: changed handling of ET_REL files wrt symbol tables and relocs
240 strip: add some more compatibility with binutils.
285 strip: fix bug introduced in last change
293 strip: support Linux kernel modules
412 strip: fix overwriting of symbol table in input file.
424 strip: fix handling of Alpha and s390x which use incorrect hash bucket sizes.
430 strip: update section group symbol index if the associated symbol table changed
446 strip: update all version symbol table entries
452 strip: last changed caused problems when the symbol table is before the
458 Run strip tests with the correct libelf and libebl
    [all...]
  /bionic/libc/arch-arm/
arm.mk 31 ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
  /development/samples/training/EffectiveNavigation/res/layout/
activity_collection_demo.xml 23 This title strip will display the currently visible page title, as well as the page
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk 27 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
  /external/chromium/chrome/browser/chromeos/login/
authenticator.cc 32 if (parts[1] == kSpecialCaseDomain) // only strip '.' for gmail accounts.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 24 <div class="action-area button-strip">
import_data_overlay.html 33 <div class="button-strip">
  /external/chromium/chrome/browser/resources/options/chromeos/
language_customize_modifier_keys_overlay.html 35 <div class="button-strip">
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 20 // Create the appropriate tab strip controller based on whether or not side
45 // Lays out the tab strip at the given maximum y-coordinate, with the given
47 // strip). This is safe to call even when there is no tab strip.
floating_bar_backing_view.mm 45 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view.mm 21 // tab strip doesn't have that behavior (since it's in the window content
tab_strip_view.h 17 // A view class that handles rendering the tab strip and drops of URLS with
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_view.mm 21 // tab strip view's background pattern.
  /external/chromium/chrome/browser/ui/gtk/
tabstrip_origin_provider.h 21 // Return the origin of the tab strip in coordinates relative to where we
  /external/chromium/chrome/browser/ui/
view_ids.h 18 // Tabs within a window/tab strip, counting from the left.
  /external/chromium/net/base/
platform_mime_util_win.cc 35 // Strip off the leading dot, this should always be the case.
  /external/chromium/testing/gtest/xcode/Config/
General.xcconfig 22 // Work around Xcode bugs by using external strip. See:

Completed in 748 milliseconds

1 2 3 4 5 6 7 891011>>