/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_print_caps_numeric.3 | 11 capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free. 13 The set parameter controls what is included in the representation. The legal options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
|
capng_capability_to_name.3 | 11 capng_capabilityi_to_name will take the integer being passed and look it up to see what its text string representation would be. The integer being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user friendly for display.
|
capng_print_caps_text.3 | 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
|
/external/proguard/src/proguard/classfile/ |
package.html | 9 a complete representation that can be read, modified, and written back. 11 an incomplete representation that can be only be read. It is however
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
spectrum_ar_model_tables.h | 45 /* representation levels for quantized reflection coefficient 1 */ 48 /* representation levels for quantized reflection coefficient 2 */ 51 /* representation levels for quantized reflection coefficient 3 */ 54 /* representation levels for quantized reflection coefficient 4 */ 57 /* representation levels for quantized reflection coefficient 5 */ 60 /* representation levels for quantized reflection coefficient 6 */ 72 /* pointers to AR representation levels tables */ 80 /* representation levels for quantized Gain coefficient */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterDrawRepresentation.java | 78 FilterDrawRepresentation representation = (FilterDrawRepresentation) super.clone(); local 79 return representation; 90 FilterDrawRepresentation representation = (FilterDrawRepresentation) a; local 92 if (representation.mCurrent != null) { 93 mCurrent = (StrokeData) representation.mCurrent.clone(); 97 if (representation.mDrawing != null) { 98 mDrawing = (Vector<StrokeData>) representation.mDrawing.clone(); 112 public boolean equals(FilterRepresentation representation) { 113 if (!super.equals(representation)) { 116 if (representation instanceof FilterDrawRepresentation) [all...] |
FilterPointRepresentation.java | 35 FilterPointRepresentation representation = (FilterPointRepresentation) super local 37 representation.mCandidates = (Vector<FilterPoint>) mCandidates.clone(); 38 return representation; 68 FilterPointRepresentation representation = (FilterPointRepresentation) a; local 70 for (FilterPoint redEyeCandidate : representation.mCandidates) {
|
/external/clang/test/CodeGen/ |
bool-convert.c | 2 // All of these should uses the memory representation of _Bool
|
/external/chromium/chrome/browser/extensions/ |
extension_preference_api.h | 48 // Converts the representation of a preference as seen by the extension 49 // into a representation that is used in the pref stores of the browser. 50 // Returns the pref store representation in case of success or sets 56 // Converts the representation of the preference as stored in the browser 57 // into a representation that is used by the extension. 58 // Returns the extension representation in case of success or NULL otherwise.
|
/external/libsepol/src/ |
context.h | 10 /* Create a context structure from high level representation */ 21 /* Create a context structure from string representation */
|
/external/smack/src/org/jivesoftware/smack/util/ |
StringEncoder.java | 22 * Encodes an string to another representation 30 * Decodes an string back to it's initial representation
|
/external/bison/lib/ |
quote.h | 27 /* Return an unambiguous printable representation of ARG (of size 33 /* Return an unambiguous printable representation of ARG (of size 38 /* Return an unambiguous printable representation of ARG, allocated in 42 /* Return an unambiguous printable representation of ARG, suitable for
|
/external/chromium/chrome/browser/net/ |
browser_url_util.h | 19 // Writes a string representation of |url| to the system clipboard.
|
/external/llvm/test/MC/Disassembler/AArch64/ |
a64-ignored-fields.txt | 3 # The "Rm" bits are ignored, but the canonical representation has them filled
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/avc/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
patent_disclaimer.txt | 4 Google makes no representation or warranty that the codecs for which
|
/external/easymock/src/org/easymock/ |
ArgumentsMatcher.java | 46 * Returns a string representation of the arguments.
49 * the arguments to be used in the string representation.
50 * @return a string representation of the arguments.
|
/external/skia/bench/ |
bench_util.py | 10 # bench representation algorithm constant names 55 """Algorithm for selecting the representation value from a given list. 56 representation is one of the ALGORITHM_XXX representation types.""" 57 def __init__(self, data, representation=None): 58 if not representation: 59 representation = ALGORITHM_AVERAGE # default algorithm 62 if representation == ALGORITHM_AVERAGE: 66 if representation == ALGORITHM_MINIMUM: 71 if representation == ALGORITHM_MEDIAN [all...] |
/external/v8/src/ia32/ |
lithium-ia32.cc | 541 Representation LChunk::LookupLiteralRepresentation( 543 return graph_->LookupValue(operand->index())->representation(); 834 if (instr->representation().IsTagged()) { 835 ASSERT(instr->left()->representation().IsTagged()); 836 ASSERT(instr->right()->representation().IsTagged()); 845 ASSERT(instr->representation().IsInteger32()); 846 ASSERT(instr->left()->representation().IsInteger32()); 847 ASSERT(instr->right()->representation().IsInteger32()); 882 ASSERT(instr->representation().IsDouble()); 883 ASSERT(instr->left()->representation().IsDouble()) [all...] |
/external/v8/src/mips/ |
lithium-mips.cc | 546 Representation LChunk::LookupLiteralRepresentation( 548 return graph_->LookupValue(operand->index())->representation(); 835 if (instr->representation().IsTagged()) { 836 ASSERT(instr->left()->representation().IsTagged()); 837 ASSERT(instr->right()->representation().IsTagged()); 845 ASSERT(instr->representation().IsInteger32()); 846 ASSERT(instr->left()->representation().IsInteger32()); 847 ASSERT(instr->right()->representation().IsInteger32()); 882 ASSERT(instr->representation().IsDouble()); 883 ASSERT(instr->left()->representation().IsDouble()) [all...] |