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

1 2

  /prebuilts/go/darwin-x86/src/mime/
grammar.go 20 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs,
  /prebuilts/go/linux-x86/src/mime/
grammar.go 20 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs,
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 18 my %ctls = ();
57 my @ctls = qw (
173 foreach my $ctl (@ctls) {
174 $ctls{$ctl} = $ctl;
205 if (not exists $ctls{$ctlname}) {
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 18 my %ctls = ();
57 my @ctls = qw (
173 foreach my $ctl (@ctls) {
174 $ctls{$ctl} = $ctl;
205 if (not exists $ctls{$ctlname}) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorderTabletUI.java 151 final LinearLayout ctls = (LinearLayout) lp.findViewById(R.id.controls); local
158 boolean b = ctls.getVisibility() == View.VISIBLE;
159 ctls.setVisibility((b) ? View.GONE : View.VISIBLE);
EditorDrawTabletUI.java 157 final LinearLayout ctls = (LinearLayout) lp.findViewById(R.id.controls); local
163 boolean b = ctls.getVisibility() == View.VISIBLE;
164 ctls.setVisibility((b) ? View.GONE : View.VISIBLE);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 170 * ; Any character except CTLs, DQUOTE
187 * ; Any character except CTLs, DQUOTE
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 301 // ; US-ASCII characters excluding CTLs,
324 // path-value = <any CHAR except CTLs or ";">
  /prebuilts/go/linux-x86/src/net/http/
cookie.go 301 // ; US-ASCII characters excluding CTLs,
324 // path-value = <any CHAR except CTLs or ";">
  /external/apache-http/src/org/apache/http/
NameValuePair.java 69 * token = 1*<any CHAR except CTLs or separators>
  /external/libopus/include/
opus_defines.h 182 /* Values for the various encoder CTLs */
215 /** @defgroup opus_encoderctls Encoder related CTLs
601 /** @defgroup opus_genericctls Generic CTLs
680 /** @defgroup opus_decoderctls Decoder related CTLs
opus_multistream.h 61 /** @defgroup opus_multistream_ctls Multistream specific encoder and decoder CTLs
66 * The CTLs from @ref opus_genericctls, @ref opus_encoderctls, and
71 * #OPUS_MULTISTREAM_GET_DECODER_STATE and apply CTLs to it individually.
    [all...]
  /external/libxml2/win32/
Makefile.bcb 61 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls"
234 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
Makefile.mingw 51 ifeq ($(WITH_THREADS),ctls)
234 ifeq ($(WITH_THREADS),ctls)
Makefile.msvc 51 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls"
269 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
  /external/apache-http/src/org/apache/http/message/
BasicNameValuePair.java 73 * token = 1*<any CHAR except CTLs or separators>
HeaderValueParser.java 160 * token = 1*<any CHAR except CTLs or separators>
BasicTokenIterator.java 409 // "any CHAR except CTLs or separators". The controls
  /external/libxml2/bakefile/
libxml2.bkl 197 <values>no,ctls,native,posix</values>
392 <if cond="HAS_DEFINE_ARG=='1' and WITH_THREADS=='ctls'">
402 <if cond="WITH_THREADS=='ctls'">$(THREADS_DEF) $(__DEFINE_ARG)__MT__</if>
743 <if cond="WITH_THREADS=='ctls' or WITH_THREADS=='native'">
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 190 // build a new chain. CTLs are used to create the new chain
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 190 // build a new chain. CTLs are used to create the new chain
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials>
  /packages/services/Telephony/src/org/apache/james/mime4j/codec/
EncoderUtil.java 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials>
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java     [all...]

Completed in 831 milliseconds

1 2