Searched defs:clean (Results 1 - 25 of 61) sorted by relevance

123

/external/llvm/autoconf/
H A DAutoRegen.sh8 clean() { function
25 want_autoconf_version_clean=$(clean $want_autoconf_version)
26 want_autoheader_version_clean=$(clean $want_autoheader_version)
27 want_aclocal_version_clean=$(clean $want_aclocal_version)
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Segment.cpp14 clean();
30 void CJBig2_Segment::clean() function in class:CJBig2_Segment
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundexUtils.java41 * The String to clean.
42 * @return A clean String.
44 static String clean(String str) { method in class:SoundexUtils
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb58 clean? or raise("There are files that need to be committed first.")
61 def clean?
/external/parameter-framework/parameter/
H A DElementLibrary.cpp40 clean();
43 void CElementLibrary::clean() function in class:CElementLibrary
/external/deqp/external/
H A Dfetch_sources.py24 def clean (pkg): function
105 parser.add_argument('--clean-only', dest='cleanOnly', action='store_true', default=False,
115 clean(pkg)
/external/javassist/src/main/javassist/convert/
H A DTransformer.java48 public void clean() {} method in class:Transformer
H A DTransformAccessArrayField.java87 public void clean() { method in class:TransformAccessArrayField
/external/mesa3d/src/mesa/math/
H A Dm_vector.c51 static const GLfloat clean[4] = { 0, 0, 0, 1 }; local
52 const GLfloat v = clean[elt];
170 printf("checking col %u is clean as advertised ", j);
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py9 from distutils.command.clean import clean as _clean
17 class clean(_clean): class in inherits:_clean
298 'clean': clean
/external/boringssl/src/crypto/buf/
H A Dbuf.c91 static size_t buf_mem_grow(BUF_MEM *buf, size_t len, char clean) { argument
122 if (clean) {
/external/lldb/include/lldb/Utility/
H A DCleanUp.h22 // - when the user explicitly calls clean.
95 clean();
118 // be cleaned up (see void CleanUp::clean()).
124 clean ();
153 clean() function in class:lldb_utility::CleanUp
228 clean();
251 // be cleaned up (see void CleanUp::clean()).
257 clean ();
286 clean() function in class:lldb_utility::CleanUp2
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
/external/protobuf/python/
H A Dsetup.py22 from distutils.command.clean import clean as _clean
103 class clean(_clean): class in inherits:_clean
190 cmdclass = { 'clean': clean, 'build_py': build_py },
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb98 set.clean
174 def clean method in class:ANTLR3.CompileTask.GrammarSet
176 grammar.clean
355 def clean method in class:ANTLR3
365 deleted.concat( grammar.clean )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb190 def clean!
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEvent.java67 public void clean() { method in class:PhysicsCollisionEvent
/external/markdown/markdown/
H A Dblockprocessors.py232 block = '\n'.join([self.clean(line) for line in
244 def clean(self, line): member in class:BlockQuoteProcessor
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj.h69 boolean clean; member in struct:nv50_so_target
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_stateobj.h68 boolean clean; member in struct:nvc0_so_target
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java175 public void clean() { method in class:Element
/external/toybox/lib/
H A Dgetmountlist.c69 // found and last instance wasn't no. If clean, remove each instance from list.
70 int comma_scan(char *optlist, char *opt, int clean) argument
81 if (clean) memmove(s, optlist, strlen(optlist)+1);
/external/vixl/tools/
H A Dpresubmit.py59 help='Do not clean before build.')
100 def clean(compiler, mode, std): function in function:CleanBuildSystem
106 command = 'scons mode=%s std=%s simulator=%s all --clean' % \
113 clean(compiler, 'debug', 'c++98')
114 clean(compiler, 'debug', 'c++11')
115 clean(compiler, 'release', 'c++98')
116 clean(compiler, 'release', 'c++11')
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEvent.java62 public void clean() { method in class:PhysicsCollisionEvent
/external/linux-tools-perf/src/tools/perf/
H A DMakefile94 NON_CONFIG_TARGETS := clean TAGS tags cscope help
148 python-clean := rm -rf $(PYTHON_EXTBUILD) $(OUTPUT)python/perf.so
674 $(LIBTRACEEVENT)-clean:
675 $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) clean
684 $(LIBLK)-clean:
686 $(QUIET_SUBDIR0)$(LK_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) clean
716 @echo ' clean - clean all binary objects and build output'
807 clean: $(LIBTRACEEVENT)-clean
[all...]

Completed in 1151 milliseconds

123