OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixed
(Results
976 - 1000
of
7512
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/third_party/icu/source/common/
resbund.cpp
12
* 02/05/97 aliu
Fixed
bug in chopLocale. Added scanForLocaleInFile
16
* 02/11/97 aliu Added UErrorCode return values to constructors.
Fixed
33
* 04/07/97 aliu
Fixed
bug in getHashtableForLocale().
Fixed
handling
35
*
Fixed
bugs in getArrayItem() for negative indices.
38
*
Fixed
usage of CharString.
/external/icu4c/common/
resbund.cpp
12
* 02/05/97 aliu
Fixed
bug in chopLocale. Added scanForLocaleInFile
16
* 02/11/97 aliu Added UErrorCode return values to constructors.
Fixed
33
* 04/07/97 aliu
Fixed
bug in getHashtableForLocale().
Fixed
handling
35
*
Fixed
bugs in getArrayItem() for negative indices.
38
*
Fixed
usage of CharString.
/frameworks/base/docs/html/design/patterns/
app-structure.jd
104
<h4>
Fixed
tabs</h4>
107
<p><em>
Fixed
tabs</em> display top-level views concurrently and make it easy to explore and switch between them. They are always visible on the screen, and can't be moved out of the way like scrollable tabs. <em>
Fixed
tabs</em> should always allow the user to navigate between the views by swiping left or right on the content area.</p>
120
Default
fixed
tabs shown in Holo Dark & Light.
206
<p>If the categories in the tabs are not closely related, favor
fixed
tabs, so that all categories are
211
People uses
fixed
tabs to switch between different, relatively unrelated functional areas.
/developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java
41
* based on a
fixed
length array ({@link SimplePool}) and a synchronized pool
101
*
fixed
sized pool of objects.
183
* Synchronized pool of objects. Based on the implementation of a
fixed
size
/external/antlr/antlr-3.4/runtime/Ruby/
History.txt
4
-
fixed
ANTLR3::InteractiveStringStream to work with Ruby 1.9. The lexer main script
16
-
fixed
typo in TokenRewriteStream#cast_range
75
- discovered and
fixed
a rare but serious bug in the way the output code evaluates
/external/ceres-solver/include/ceres/
dynamic_autodiff_cost_function.h
37
// size of each block) must be
fixed
at compile time.
39
// The functor API differs slightly from the API for
fixed
size autodiff; the
115
// num_residuals() derivatives. This is done with small,
fixed
-size jets.
/external/chromium/chrome/browser/resources/options/
font_settings.js
50
$('
fixed
-font-family').appendChild(new Option(placeholder));
169
FontSettings.getInstance().populateSelect_($('
fixed
-font-family'), fonts,
191
FontSettings.getInstance().setUpFontSample_($('
fixed
-font-sample'),
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css
38
table-layout:
fixed
;
123
position:
fixed
;
279
position:
fixed
;
/external/eigen/test/eigen2/
eigen2_submatrices.cpp
105
// test
fixed
block() as lvalue
107
// test operator() on
fixed
block() both as constant and non-constant
109
// check that
fixed
block() and block() agree
/external/libvpx/libvpx/third_party/libmkv/
WebMElement.c
63
Ebml_SerializeString(glob, CodecName, "VP8"); // TODO shouldn't be
fixed
94
Ebml_SerializeString(glob, CodecName, "VORBIS"); //
fixed
for now
107
Ebml_SerializeFloat(ebml, Segment_Duration, duration * 1000.0); // Currently
fixed
to using milliseconds
/external/llvm/test/MC/PowerPC/
ppc64-encoding.s
79
#
Fixed
-point facility
81
#
Fixed
-point load instructions
130
#
Fixed
-point store instructions
165
#
Fixed
-point load and store with byte reversal instructions
180
#
Fixed
-point load and store multiple instructions
187
# FIXME:
Fixed
-point move assist instructions
189
#
Fixed
-point arithmetic instructions
347
#
Fixed
-point compare instructions
367
#
Fixed
-point trap instructions
378
#
Fixed
-point selec
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
ContentLanguageParser.java
138
* Added NIST disclaimer to all public domain files. Clean up some javadoc.
Fixed
a leak
141
*
fixed
language sub tag handling
152
*
Fixed
some encode methods.
/external/speex/libspeex/
arch.h
50
#error You cannot compile as floating point and
fixed
point at the same time
59
#error Vorbis-psy model currently not implemented in
fixed
-point
71
#error "Don't you think enabling
fixed
-point is a good thing to do if you want to debug that?"
filterbank.c
73
/* Think I can safely disable normalisation that for
fixed
-point (and probably float as well) */
105
/* Think I can safely disable normalisation for
fixed
-point (and probably float as well) */
148
/* Think I can safely disable normalisation that for
fixed
-point (and probably float as well) */
/external/tinyxml/
tinystr.h
30
* -
fixed
reserve() to work as per specification.
31
* -
fixed
buggy compares operator==(), operator<(), and operator>()
32
* -
fixed
operator+=() to take a const ref argument, following spec.
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java
49
private RemoteDisplay mTestDisplay2; //
fixed
volume
85
"Test Display 2 (
fixed
)");
86
mTestDisplay2.setDescription("
Fixed
volume");
/art/runtime/base/
stringprintf.cc
24
// First try with a small
fixed
size buffer
/cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java
108
// the running, so just using sleeping
fixed
time instead. we reported issue 1799434 for it.
/cts/tests/tests/net/src/android/net/rtp/cts/
AudioCodecTest.java
49
//
Fixed
types.
/dalvik/dexgen/src/com/android/dexgen/dex/code/
FixedSizeInsn.java
24
* Base class for instructions which are of a
fixed
code size and which use {@link InsnFormat} methods to write themselves. This
/dalvik/dx/src/com/android/dx/dex/code/
FixedSizeInsn.java
24
* Base class for instructions which are of a
fixed
code size and
/development/samples/ApiDemos/res/layout/
textclock.xml
68
<!-- Use a
fixed
time zone -->
/development/samples/Support4Demos/res/layout/
drawer_layout.xml
42
left for left-to-right locales. The drawer is given a
fixed
/development/samples/training/NavigationDrawer/res/layout/
activity_main.xml
35
The drawer is given a
fixed
width in dp and extends the full height of
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.h
50
* NSArrays are
fixed
size; precompute count.
Completed in 1029 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>