/external/chromium_org/chrome/browser/ui/cocoa/ |
themed_window.h | 30 // strip. Use this for IDR_THEME_TAB_BACKGROUND and IDR_THEME_TOOLBAR.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_delegate.h | 51 // value of -1 means to append the contents to the end of the tab strip. 58 // representing the newly created window and tab strip. This does not 77 // tab strip (via insertion/appending/replacing existing) and allows it to do 81 // Determines what drag actions are possible for the specified strip.
|
/external/chromium_org/net/tools/flip_server/ |
spdy_util.cc | 18 // TODO(mbelshe): if uri is fully qualified, need to strip protocol/host.
|
/external/chromium_org/testing/gtest/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/chromium_org/third_party/icu/source/i18n/ |
csdetect.h | 27 UBool fStripTags; // If true, setText() will strip tags from input text.
|
/external/chromium_org/third_party/mesa/src/ |
Android.mk | 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) 73 ifneq ($(strip $(MESA_GPU_DRIVERS)),) 81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true) 87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
|
/external/chromium_org/third_party/skia/src/core/ |
SkPaintOptionsAndroid.cpp | 21 // strip off the rightmost "-.*"
|
/external/chromium_org/tools/android/fake_dns/ |
fake_dns.gyp | 20 '--strip-unneeded',
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
temporary_http_server_unittest.py | 23 x = x.strip()
|
/external/chromium_org/ui/gfx/ |
text_utils.h | 13 // Strip the accelerator char (typically '&') from a menu string. A double
|
/external/compiler-rt/ |
Makefile | 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \ 136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \ 148 $(strip \ 175 $(call Set,Tmp.Functions,$(strip \ 178 $(call Set,Tmp.Optimized,$(strip \ 180 $(call Set,Tmp.AR,$(strip \ 182 $(call Set,Tmp.ARFLAGS,$(strip \ 184 $(call Set,Tmp.CC,$(strip \ 186 $(call Set,Tmp.LDFLAGS,$(strip \ 188 $(call Set,Tmp.RANLIB,$(strip \ [all...] |
/external/elfutils/tests/ |
Makefile.am | 73 newscn run-strip-test.sh run-strip-test2.sh \ 74 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \ 75 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \ 106 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \ 107 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh [all...] |
/external/icu4c/config/ |
mh-darwin | 57 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 59 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 62 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 64 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
|
mh-linux | 42 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<) 44 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<) 47 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<) 49 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
|
/external/icu4c/i18n/ |
csdetect.h | 27 UBool fStripTags; // If true, setText() will strip tags from input text.
|
/external/icu4c/samples/layout/ |
FontMap.h | 42 static char *strip(char *s);
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/llvm/test/Transforms/StripSymbols/ |
block-address.ll | 1 ; RUN: opt -strip -S < %s | FileCheck %s
|
/external/markdown/markdown/extensions/ |
meta.py | 67 if line.strip() == '': 71 key = m1.group('key').lower().strip() 72 meta[key] = [m1.group('value').strip()] 77 meta[key].append(m2.group('value').strip())
|
/external/mesa3d/ |
Android.mk | 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) 73 ifneq ($(strip $(MESA_GPU_DRIVERS)),) 81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true) 87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
|
/external/oprofile/ |
opev.py | 67 lines = [s.strip() for s in all_lines if s.strip()] # strip blanks 68 lines = [s for s in lines if not s.startswith('#')] # strip comments
|
/external/ppp/pppd/plugins/radius/etc/ |
realms | 4 # (note the server must be told to strip the realm)
|
/external/protobuf/gtest/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/skia/src/core/ |
SkPaintOptionsAndroid.cpp | 19 // strip off the rightmost "-.*"
|
/hardware/qcom/audio/hal/ |
Android.mk | 1 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
|